github.com/gotd/neo.Time.moments (field)
9 uses
github.com/gotd/neo (current package)
time.go#L27: moments: map[int]moment{},
time.go#L41: moments map[int]moment
time.go#L67: t.moments[id] = moment{
time.go#L88: _, ok := t.moments[id]
time.go#L89: delete(t.moments, id)
time.go#L108: m, ok := t.moments[id]
time.go#L114: t.moments[id] = m
time.go#L121: for id, m := range t.moments {
time.go#L125: delete(t.moments, id)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |